﻿/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:Arial, Helvetica, 微软雅黑, sans-serif; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}




body{
    padding: 94px 0 0 0 ;
}

/*pc端页头中的导航*/
.headerNav{
    padding: 0 ;
    background: #fff;
    border-bottom: 1px #ececec  solid;
}
.headerNav .container{
    padding: 0;
}
.headerNav .navbar{
    text-align: center;
    margin: 6px 0 0 0 ;

    border: none;
    padding: 0;
    float: right;
    width: auto;
    position: relative;
}
.headerNav .logoh1{
    display: inline-block;
    margin: 3px 0 0 0 ;

}
.headerNav  .logoIMG{
    float: left;
    width: auto;
    margin: 0px 0 0 0;
}
.headerNav  .logoIMG img{
    height: 82px;
    display: inline-block;
}



.headerNav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    height: 88px;
}
.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #333;
    padding: 0 22px;
    line-height: 80px;
    transition: all 0.4s;
    font-size: 16px;
}


.headerNav .navbar>li.active>a,
.headerNav .navbar>li:hover>a{
    text-decoration: none;
    color: rgb(127, 191, 43);
}






/*手机端顶部导航*/
#mobile #mobile-menu {
    position:fixed;
    top:0;
    left:0;
    width:170px;
    height:100%;
    background-color:#464646;
    z-index:9999;
}
#mobile a:hover ,a:focus{text-decoration:none}
#mobile .mobile-nav>ul>li>a{
    display:block;
    padding:1em 5%;
    border-bottom:1px solid #999;
    transition:all 0.2s ease-out;
    cursor:pointer;
    color:#fff;
    text-align: center;
    position: relative;
    left: -100%;
    transition-delay: 0.5s;
}
#mobile .mobile-nav>ul>li:nth-child(1)>a{  transition:all 0.5s ease-out;   }
#mobile .mobile-nav>ul>li:nth-child(2)>a{  transition:all 0.6s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(3)>a{  transition:all 0.7s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(4)>a{  transition:all 0.8s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(5)>a{  transition:all 0.9s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(6)>a{  transition:all 1.0s ease-out;    }
#mobile .mobile-nav>ul>li:nth-child(7)>a{  transition:all 1.1s ease-out;    }

#mobile .mobile-nav>ul>li>a.animateA{ left: 0  }


#mobile .mobile-nav>ul>li a i{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 19px;
}
#mobile .mobile-nav>ul>li>ul{
    display: none;
}
#mobile .mobile-nav>ul>li>ul>li>a{
    color:gray;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding:1em 20%;
}
#mobile .mobile-nav>ul>li a img.icon{
    float: right;
}

#mobile #mobile-menu {
    overflow: auto;
    position:fixed;
    top:0;
    left:0;
    width:170px;
    height:100%;
    background-color:#464646;
    z-index:9999;
    transition:all 0.5s ;
}
#mobile .mobile-nav ul li a:hover {
    background-color: #565555;
    color: #ffffff;
}
#mobile .show-nav {
    transform:translateX(0);
}
#mobile .hide-nav {
    transform:translateX(-170px);
} /*侧滑关键*/
#mobile .mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #323232;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 4px;
    /*right: 10px;*/
    left: 10px;
}
#mobile .nav.avbar-inverse{position:relative;}
#mobile .nav-btn {
    background: #323232;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    right: auto;
    width: 100%;
}

#mobile #mobileFooter{
    background: #323232;
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0;
}
#mobile #mobileFooter a{
    color:#fff;
    text-align: center;
}
#mobile #mobileFooter a img{
    /*width: 24px;*/
    height: 24px;
}
#mobile #mobileFooter a span{
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 18px;
}


/*顶部导航和底部导航滑动的动画*/
#mobile .nav-btn{
    transition: all 0.5s;

}
#mobile .nav-btn.animateMoive{
    left: 170px;
}




/*查看更多*/
.moreButton {
    background: rgb(142, 212, 51);
    font-size: 14px;
    height: 40px;
    width: 120px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
    border-radius: 20px;
}
.moreButton:hover{
    text-decoration: none;
    background:#333;
}
.moreButton span{
    color: #ffffff;
    position: relative;
    z-index: 100;
}



/*标题*/
.title{
    padding: 0 0;
    display: block;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 14px;
    position: relative;

}
.title p:nth-child(1){
    display: inline-block;
    /* background: #ffffff; */
    text-align: left;
    font-size: 36px;
    color: #7fbf2b;
    margin: 0;
    padding: 0 0px;
}
.title p:nth-child(1) span{
    color: #7fbf2b;
}
.title p:nth-child(2){
    text-align: left;
    font-size: 24px;
    color: #213b34;
    margin: 0px 0 0 0;
    text-transform: Capitalize;
}
.title p:nth-child(2) span{
    display: inline-block;
    font-size: 12px;
    color: #213b34;
}


/*banner区域*/
#banner{
    padding: 0;
}
#banner img{
    width: 100%;
}

/*位置定位*/
.navWZ{
    width: 100%;
    display: block;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.navWZ img:nth-child(1){
    float: left;
    margin: 7px 1px 0 0;
    width: 12px;
}



.navWZ span,
.navWZ a{
    color: #333;
    font-size: 12px;
    /*display: inline-block;*/
    vertical-align: sub;
    margin: 0 0 0 4px;
}
/*上下一篇*/
.pageInfo {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #333;
    margin-top: 40px;
}
.pageInfo span:nth-child(1){
    display: inline-block;
}
.pageInfo span:nth-child(2){
    display: inline-block;
    float: right;
}
.pageInfo span:hover{
    text-decoration: underline;
}


/*banner区域的样式*/
.bannerBox{
    padding: 0 0;
    margin: 0 0 ;
}
.bannerBox img{
    width: 100%;
}
/*位置导航区域*/
.wz .titel {
    background: url(../images/dts.png) no-repeat center left;
    margin-bottom: 16px;
    padding: 14px 0 9px 30px;
    border-bottom: 1px solid #ececec;
}
.wz .titel span {
    font-size: 14px;
    color: #666;
    font-weight: bolder;
}




/*页脚区域*/
.footerBox{
    margin: 0px 0 0 0;
    background: rgb(51, 51, 51);
    padding: 46px 0 24px 0;
}
.footerBox .container{
    padding: 0;
}
.footerBox .container .core{
    padding: 0;
    color: rgb(216, 216, 216);
}

.footerBox .container .core ul{
    display: inline-block;
    margin: 30px 0 20px 0;
}
.footerBox .container .core ul li:nth-child(1){
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.footerBox .container .core ul li a{
    text-align: center;
    border-right: 1px #fff solid;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-size: 14px;
}
.footerBox .container .core ul li:first-child a,
.footerBox .container .core ul li:last-child a{
    border-right: none;
}
.footerBox .container .core ul li{
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.footerBox .container .core .footerInfo{
    padding: 0 0 0 40px;
}
.footerBox .container .core .footerInfo p{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 6px 0 10px 0;
}

.footerBox .container .core .footerInfo  p span {
    margin:0px 0 0 0;
    display: block;
    font-weight: 100;
    font-size: 12px;
}

.footerBox .container .core .footerInfo span{
    margin: 6px 0 0 0;
    display: block;
    font-size: 14px;

}

.footerBox .container .wx{
    text-align: center;
}
.footerBox .container .wx>p{
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
}
.footerBox .container .wx>p span{
    display: block;
    margin: 6px 0 0 0;
    color: #fff;
}






.container-fluid.IPC{
    font-size: 13px;
    color: #fff;
    background-color: rgb(38, 38, 38);
    text-align: center;
}
.container-fluid.IPC a,
.container-fluid.IPC p{
    line-height: 70px;
    margin: 0;
    color: rgb(255, 255, 255);
    text-align: center;

}




/*右侧导航*/
#navRight{
    height: auto;
    position: fixed;
    top: 30%;
    right: 40px;
    z-index: 11111;
}
#navRight>div{
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 0;
    cursor: pointer;
    background-size: auto;
    background: #7fbf2b;
    padding: 12px;
    position: relative;

}
#navRight>div:nth-child(1){
    border-radius: 6px 6px 0 0 ;
}
#navRight>div:nth-child(3){
    border-radius:0 0  6px 6px;
}
#navRight>div:last-child{
    border-radius: 6px 6px;
    margin: 9px 0 0 0;
}


#navRight>div>img{
    display: inline-block;
    width: 24px;
}
#navRight>div>i{
    width: 28px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 7px auto;
}
#navRight>div .right{
    position: absolute;
    display: inline-block;
    width: 140px;
    height: auto;
    border: 1px #e0dede solid;
    border-radius: 6px;
    top: 0;
    left: -140px;
    z-index: 1000;
    background: #fff;
    padding: 14px;
    display: none;
}
#navRight>div:hover .right {
    display: inline-block;
}
#navRight>div .right h2{
    display:block;
    margin:  6px 0;
    font-size: 15px;
    text-align: left;
    color: #333;
}
#navRight>div .right{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #999;
}
#navRight>div .right i.border{
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #e6e6e6;
}
#navRight>div a{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #999;
}
#navRight>div .right i.QQIcon{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/qqicon.png) no-repeat center;
    background-size: 12px;
    margin: 5px 2px 0 0;
    vertical-align: sub;
}


/*分页区域*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 0; }
.pagination > li { display: inline-block; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #565656; border-color: #565656; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; }

ul .pagination>li>a,
ul .pagination>li>span{
    color: #666;
}


/*列表页左侧导区域*/
.leftThreebox{
    padding: 0 0  30px 0 ;
}
.leftThreebox .leftone{
    position:relative;
    color: #ffffff;
    display: block;
    background: url("../picture/titleh2.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0;
}
.leftThreebox .leftone h3{
    font-size: 26px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 0 0 0;
}
.leftThreebox .leftone p{
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 10;
    margin: 14px 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.leftThreebox .leftone i{
    width: 60px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index:10;
}
.leftThreebox .leftone span{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.leftThreebox .lefttwo{
    display: block;
    border: 1px #f2f2f2 solid;
    margin: 20px 0 0 0;
}
.leftThreebox .lefttwo p{
    display: block;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0;
    padding: 6px 10px;
}
.leftThreebox .lefttwo .img {
    padding: 20px 10px 4px 10px;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.leftThreebox .lefttwo span{
    display: block;
    font-size: 12px;
    margin: 0 0;
    text-align: center;
    padding: 0 20px 6px 20px;
}
.leftThreebox .leftthree{
    margin: 20px 0 0 0;
}
.leftThreebox .leftthree p {
    font-size: 12px;
    color: #696969;
    line-height: 18px;
    margin: 0 0 2px 0;
}
.right .titleborder h3{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    border-bottom: 1px #e0e0e0 solid;
    margin: 0 0 20px 0;

}
.right .titleborder span{
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 35px;
    margin: 0px 8px 0 0;
    float: left;
    text-transform: uppercase;

}

.leftThreebox .leftUL {
    background: #eee;
    padding: 8px;
}
.leftThreebox .leftUL li{
    display: block;
    margin: 0 0 8px 0;
    background: #fff;
}
.leftThreebox .leftUL li a{
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 12px;
}
.leftThreebox .leftUL li a:hover{
     text-decoration: none;
    color: #333333;
}
.leftThreebox .leftUL li:hover a,
.leftThreebox .leftUL li.on a{
    background: rgba(127, 191, 43, 0.79);
    color: #ffffff;
}



.leftThreebox .leftgoodtext{
    display: block;
    border: 1px #f5f5f5 solid;
    margin: 17px 0 0 0;
}
.leftThreebox .leftgoodtext li{
    display: block;
    overflow: hidden;
    background: url("../images/newsRightIcon.png") no-repeat 96% center;
    background-size: 6px;
    text-overflow: ellipsis;

    white-space: nowrap;
    border-bottom: 1px darkgray dashed;
    line-height: 36px;
    padding: 0 10px;
}
.leftThreebox .leftgoodtext li:last-child{
    border: none;
}
.leftThreebox .leftgoodtext li:nth-child(1){
    display: block;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0;
    padding: 6px 10px;
    border: none;
}

.leftThreebox .leftgoodtext li a:hover{
    color: #7fbf2b;
}

.mcnext.white_bj{
    display: block;
    overflow: hidden;
    margin:  0 0 30px 0 ;
}



@media screen and (max-width: 1200px) {
    .headerNav .navbar>li>a {
        padding: 0 10px;
        font-size: 14px;
    }

}





@media screen and (max-width: 1000px){
    body{
        padding: 50px 0;
    }

    .container {
        width: 100%;
    }


    .container-fluid.swiperBox{
        margin: 0px 0 0 0 ;
    }
    .footerBox {
        margin-bottom: 50px;
    }
    .title{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .title p:nth-child(1) {
        font-size: 22px;
    }
    .title p:nth-child(2) {
        font-size: 12px;
        font-weight: 600;
    }
    .title i {
        height: 2px;
        top: 14px;
    }
    #banner{
        margin-top: 55px;
    }
    .pageInfo span:nth-child(1),
    .pageInfo span:nth-child(2){
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .moreButton {
        width: 100px;
        margin: 13px auto 0 auto;
        line-height: 32px;
        height: 32px;
        font-size: 12px;
    }
    .container-fluid.IPC{
        margin: 0px 0 0 0;
        padding: 0;
        background: #282b32;

    }
    .container-fluid.IPC a,
    .container-fluid.IPC p {
        line-height: 18px;
        margin: 0;
        text-align: center;
        font-size: 12px;
        color: rgb(191, 191, 191);
        display: block;
    }
    .container-fluid.IPC p{
        padding: 10px 0;
    }


    .wz{
        padding: 0 6px;
    }
    .wz .titel {
        margin-bottom: 16px;
        padding: 6px 0 4px 19px;
        border-bottom: 0;
        background-size: 16px;
    }

    .right .titleborder h3 {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 12px 0;
    }
    .right .titleborder span {
        font-size: 17px;
        line-height: 28px;
        margin: 0px 7px 0 0;
        font-weight: 700;
    }



}

@media screen and (max-width: 767px) {
    .footerBox{
        padding: 8px 14px;
        margin-bottom: 50px;
    }


    .mcnext.white_bj span{
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

}










